-
Notifications
You must be signed in to change notification settings - Fork 14
first pass at Model View text #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
For version details, see [Prerequisites]({{< relref "/setup/prerequisites.md" >}}). | ||
|
||
Upon first access, provide the location of the Remote Console installation directory, then click **Start WebLogic Remote Console**. | ||
Then use the WebLogic Server domain configuration pages to create or edit WDT model files. For reference, see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder is calling them the "Model Design View pages" instead of the "WebLogic Server domain configuration pages" might make more sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'm ok with that change.
Use the Help (?) icon to the left of each field to access summary and detailed help for the field. Or, | ||
click the ? icon in the top right of the content pane to toggle the view of the reference information for all of the fields displayed on the page. | ||
|
||
The WDT model file that you configured will be reflected in the `Code View`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a blurb like this?
Note that if you create a brand new model using the Design View pages, the Design View will insert the AdminUserName
and AdminPassword
fields into the domainInfo
section of the model with their values set to variables whose values will need to be provided. This is intended to help the user create a domain with all of the required fields.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do.
click the ? icon in the top right of the content pane to toggle the view of the reference information for all of the fields displayed on the page. | ||
|
||
The WDT model file that you configured will be reflected in the `Code View`. | ||
The WDT model files that you configure will be reflected in the `Code View`. Note that currently, the WKTUI supports only a single WDT model file | ||
(YAML file with the domain definition) per project but the collection of that model file, the variables file, and the archive file can also be referred to as "model files." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't codify our ambiguity. I would just drop the entire sentence starting with "Note that currently, ..."
No description provided.